services.hddfancontrol.settings.<drive-bay-name>.disks

Drive(s) to get temperature from

Can also use command substitution to automatically grab all matching drives; such as all scsi (sas) drives

Type
list of string
Default
[ ]
Example
[
  "/dev/sda"
  "`find /dev/disk/by-id -name \"scsi*\" -and -not -name \"*-part*\" -printf \"%p \"`"
]
Declared
<nixpkgs/nixos/modules/services/hardware/hddfancontrol.nix>